home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / examples / action / actiongroup / actiongroup.doc.z / actiongroup.doc
Text File  |  2002-04-08  |  506b  |  34 lines

  1. /*
  2. $Id$
  3. */
  4. /*! \page actiongroup-example.html
  5.  
  6.   \ingroup qaction-examples
  7.  
  8.   \title A Tiny Example Featuring QActionGroup
  9.  
  10.   This example program shows how to use an
  11.   exclusive action group.
  12.  
  13.   Detailed explanations of the code can be found in the
  14.   <a href="actiongroup.html">walkthrough</a>.
  15.  
  16.   <hr>
  17.  
  18.   Main:
  19.  
  20.   \include action/actiongroup/main.cpp
  21.  
  22.   <hr>
  23.  
  24.   Header file:
  25.  
  26.   \include action/actiongroup/editor.h
  27.  
  28.   <hr>
  29.  
  30.   Implementation:
  31.  
  32.   \include action/actiongroup/editor.cpp 
  33. */     
  34.